﻿2026-06-10T07:08:00.4285046Z ##[group]Run actions/checkout@v5
2026-06-10T07:08:00.4286191Z with:
2026-06-10T07:08:00.4286510Z   repository: SaberMage/spt-core
2026-06-10T07:08:00.4289434Z   token: ***
2026-06-10T07:08:00.4289731Z   ssh-strict: true
2026-06-10T07:08:00.4290067Z   ssh-user: git
2026-06-10T07:08:00.4290373Z   persist-credentials: true
2026-06-10T07:08:00.4290693Z   clean: true
2026-06-10T07:08:00.4291008Z   sparse-checkout-cone-mode: true
2026-06-10T07:08:00.4291401Z   fetch-depth: 1
2026-06-10T07:08:00.4291918Z   fetch-tags: false
2026-06-10T07:08:00.4292397Z   show-progress: true
2026-06-10T07:08:00.4292811Z   lfs: false
2026-06-10T07:08:00.4293181Z   submodules: false
2026-06-10T07:08:00.4293536Z   set-safe-directory: true
2026-06-10T07:08:00.4294248Z ##[endgroup]
2026-06-10T07:08:01.1421968Z Syncing repository: SaberMage/spt-core
2026-06-10T07:08:01.1423354Z ##[group]Getting Git version info
2026-06-10T07:08:01.1423939Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-10T07:08:01.1856290Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-10T07:08:01.2089789Z git version 2.43.0.windows.1
2026-06-10T07:08:01.2120591Z ##[endgroup]
2026-06-10T07:08:01.2130161Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c83c0a65-298f-4d47-a942-7bffce4f0429\.gitconfig'
2026-06-10T07:08:01.2144993Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c83c0a65-298f-4d47-a942-7bffce4f0429' before making global git config changes
2026-06-10T07:08:01.2146087Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T07:08:01.2150108Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-10T07:08:01.2411120Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-10T07:08:01.2610793Z https://github.com/SaberMage/spt-core
2026-06-10T07:08:01.2641375Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-10T07:08:01.2646330Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-10T07:08:01.2847076Z refs/heads/main
2026-06-10T07:08:01.2874487Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-10T07:08:01.3592998Z HEAD is now at 348a739 feat(daemon): restoration D3-4 — V6 N-1 argv-compat harness scaffold
2026-06-10T07:08:01.4190051Z ##[endgroup]
2026-06-10T07:08:01.4190888Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-10T07:08:01.8721454Z ##[group]Cleaning the repository
2026-06-10T07:08:01.8727590Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-10T07:08:05.8005368Z Removing .adapter-notify/
2026-06-10T07:08:05.8005898Z Removing target/
2026-06-10T07:08:05.8040965Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-10T07:08:05.8584284Z HEAD is now at 348a739 feat(daemon): restoration D3-4 — V6 N-1 argv-compat harness scaffold
2026-06-10T07:08:05.8609226Z ##[endgroup]
2026-06-10T07:08:05.8613664Z ##[group]Disabling automatic garbage collection
2026-06-10T07:08:05.8618693Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-10T07:08:05.8850738Z ##[endgroup]
2026-06-10T07:08:05.8851290Z ##[group]Setting up auth
2026-06-10T07:08:05.8857506Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-10T07:08:05.9074756Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-10T07:08:06.2674753Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T07:08:06.2916257Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-10T07:08:06.6625081Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T07:08:06.6856022Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-10T07:08:07.0423244Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-10T07:08:07.0716763Z ##[endgroup]
2026-06-10T07:08:07.0717145Z ##[group]Fetching the repository
2026-06-10T07:08:07.0723659Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +612b1dee3dbb7c7acf01717adc9601ee639f5b57:refs/remotes/origin/main
2026-06-10T07:08:08.5892439Z From https://github.com/SaberMage/spt-core
2026-06-10T07:08:08.5893245Z  + 348a739...612b1de 612b1dee3dbb7c7acf01717adc9601ee639f5b57 -> origin/main  (forced update)
2026-06-10T07:08:08.6014283Z ##[endgroup]
2026-06-10T07:08:08.6014840Z ##[group]Determining the checkout info
2026-06-10T07:08:08.6015233Z ##[endgroup]
2026-06-10T07:08:08.6020410Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-10T07:08:08.6295261Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-10T07:08:08.6518446Z ##[group]Checking out the ref
2026-06-10T07:08:08.6526199Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T07:08:08.7001630Z branch 'main' set up to track 'origin/main'.
2026-06-10T07:08:08.7002162Z Your branch is up to date with 'origin/main'.
2026-06-10T07:08:08.7002792Z Previous HEAD position was 348a739 feat(daemon): restoration D3-4 — V6 N-1 argv-compat harness scaffold
2026-06-10T07:08:08.7003243Z Switched to and reset branch 'main'
2026-06-10T07:08:08.7026580Z ##[endgroup]
2026-06-10T07:08:08.7267466Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-10T07:08:08.7471512Z 612b1dee3dbb7c7acf01717adc9601ee639f5b57
